Version

IndexedCollectionBase<T> Class Members

The following tables list the members exposed by IndexedCollectionBase<T>.

Protected Constructors
 NameDescription
Protected ConstructorIndexedCollectionBase<T> ConstructorDeserialization constructor  
Public Properties
 NameDescription
Public PropertyCountReturns the number of items in this collection.  
Public PropertyItemReturns the item at the specified ordinal position within this collection.  
Protected Properties
 NameDescription
Protected PropertyPropertyIdPropertyId  
Public Methods
 NameDescription
Public MethodClearRemoves all items from this collection.  
Public MethodIndexOfReturns the index of the specified item.  
Public MethodToStringReturns the string representation of this object.  
Protected Methods
 NameDescription
Protected MethodAddItemAddItem  
Protected MethodBumpVersionBumpVersion  
Protected MethodDeserializeItemDeserializes the specified SerializationEntry.  
Protected MethodGetObjectDataGetObjectData  
Protected MethodInsertIntoListInserts an item into the internal list.  
Protected MethodInsertItemInsertItem  
Protected MethodNotifyPropChangeNotifyPropChange  
Protected MethodOnItemAddedCalled immediately after an item is added to the collection, prior to any notifications.  
Protected MethodOnItemRemovedCalled immediately after an item is removed from the collection, prior to any notifications.  
Protected MethodRemoveFromListRemoves an item from the internal list.  
Protected MethodRemoveItemAtRemoveItemAt  
Protected MethodSerializeItemSerializes the specified item;  
See Also